home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-11-18 | 2.9 KB | 107 lines | [TEXT/KAHL] |
- sr_da.prj.rsrc
- ????????
-
- * Resources in this file are owned by the NetSpace desk accessory.
- * Accordingly, the resource numbers must abide by the owned resource
- * rules (see inside mac V1-109 (res manager)). The net result of all
- * that is:
- * a) all resource in this file must have resources in the range
- * of -16000 thru -15969 (-16000 is the first resource of a
- * given type, -15999 the second etc).
- * b) Any resource number in this file may be changed by the
- * font/da mover when the NetSpace DA number is changed from 12
- * to something else to avoid a conflict.
-
- * So, we can have 32 resources of each type. To net the Nth resource
- * of a given type, use this equation (which holds evan after font/da
- * has renumbered):
- * 0xc000-(32*(dCtlRefNum + 1))+Nth
- * in the NetSpace program we set res_base to 0xc000... so just add
- * the index for the resource you want.
-
- TYPE CNTL
- ,-16000
- vertical scroll ;; scroll bar to select packets
- -1 483 241 499 ;; put it in the usual place
- Visible ;; it is visible
- 16 ;; procid= a scroll bar
- 0 ;; refcon for the v scroll bar
- 0 16383 0 ;; min max initial (allow 14 bits of selection)
-
-
- TYPE CNTL
- ,-15999
- update ;; notice new packets, update slider
- 2 5 20 60 ;; top left bottom right
- Visible ;; it is visible
- 0 ;; procid= a simple button
- 0 ;; refcon for the stop button
- 0 1 1 ;; min max initial
-
- TYPE CNTL
- ,-15998
- auto ;; automaticly follow new packets
- 2 65 20 110 ;; top left bottom right
- Visible ;; it is visible
- 0 ;; procid= a simple button
- 0 ;; refcon for the stop button
- 0 1 1 ;; min max initial
-
- TYPE MENU
- ,-16000
- Seer
- Reset queue ;; reset the seer queue
-
- TYPE WIND
- ,-16000 ;; the seer display window
- seer packets ;; the window title
- 80 7 335 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; procid for a da with slightly rounded corners
- 0 ;; refcon not used
-
- TYPE WIND
- ,-15999 ;; the seer display window
- seer scope ;; the window title
- 44 7 335 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; can't use DA, do grow icon
- 0 ;; refcon not used
-
- TYPE WIND
- ,-15998 ;; the seer display window
- seer status ;; the window title
- 30 7 75 505 ;; a normal large window
- Visible GoAway ;; a normal data window
- 0 ;; procid for a da with slightly rounded corners
- 0 ;; refcon not used
-
- TYPE STR#
- ,-16000
- 4
- Seer program bomb:
- OS error code:
- Click mouse to exit
- Additional data:
-
- * fatal unexpected error texts
- TYPE STR#
- ,-15999
- 14
- Can't find a window from the resource file
- Can't read a control from the resource file
- Can't open sp_resource.rsrc
- Seer driver configure failed
- A seer device driver call failed with an os error
- Seer packet reception on call failed
- Seer load driver call failed
- Can't open seer_driver file
- Can't open .seer device
- Seer get packet call failed unexpectedly
- Can't find a menu in the resource file
- Can't find a string in the resource file
- No handler for this event,window type
- Can't read PDL resources
-
-
-